<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0;
	margin: 0;
	outline: 0;
	font-family: "微软雅黑", arial;
	text-decoration: none;
	list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

img {
	border: none;
}

body.active {
	overflow: hidden;
}

body.scrolls .cd-main-content {
	padding-top: 70px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tran3 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tran5 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

header {
	height: 100px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 10;
}

body.scrolls header {
	height: 70px;
	box-shadow: 0px 0px 4px #999;
}

.header-box {
	overflow: hidden;
	width: 1000px;
	position: absolute;
	top: 50%;
	bottom: 0px;
	left: 50%;
	right: 0px;
	height: 60px;
	margin-top: -30px;
	margin-left: -500px;
}

.header-box .logo {
	float: left;
	overflow: hidden;
	display: block;
	width: 137px;
	height: 60px;
}

.header-box .logo img {
	float: left;
	width: 100%;
	height: 100%;
}

.hnav-box {
	height: 56px;
	position: fixed;
	top: 21px;
	z-index: 10;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	text-align: right;
}

body.scrolls .hnav-box {
	top: 5px;
}

.hnav-box .cd-navigation {
	/* float: right; */
	display: inline-block;
}

.hnav-box li {
	float: left;
	display: inline-block;
	height: 56px;
	text-align: center;
}

.hnav-box li .hnav-a {
	font-size: 14px;
	color: #343434;
	display: block;
	line-height: 56px;
	padding: 0px 25px;
	position: relative;
}

.hnav-box li.active .hnav-a {
	color: #001f7a;
	background: url(../images/hnav-a.png) no-repeat 50% 44px;
}

.hbox-r {
	overflow: hidden;
	float: right;
}

.hfx-box {
	overflow: hidden;
	float: left;
	padding: 0px 14px;
}

.hfx-box a,
.hfx-box a:hover {
	display: block !important;
	;
	height: 20px !important;
	;
	width: 20px !important;
	;
	float: left !important;
	;
	margin: 20px 4px !important;
	;
	-webkit-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	transition: all 0.5s !important;
	padding: 0px !important;
}

.hfx-box a:hover {
	transform: rotate(360deg) !important;
	-ms-transform: rotate(360deg) !important;
	-moz-transform: rotate(360deg) !important;
	-webkit-transform: rotate(360deg) !important;
	-o-transform: rotate(360deg) !important;
}

.hfx-box a.wx {
	background: url(../images/fx-wx.png) no-repeat center center !important;
	;
}

.hfx-box a.wx:hover {
	background: url(../images/fx-wx2.png) no-repeat center center !important;
	;
}

.hfx-box a.wb {
	background: url(../images/fx-wb.png) no-repeat center center !important;
	;
}

.hfx-box a.wb:hover {
	background: url(../images/fx-wb2.png) no-repeat center center !important;
	;
}

.hfx-box a.qq {
	background: url(../images/fx-qq.png) no-repeat center center !important;
	;
}

.hfx-box a.qq:hover {
	background: url(../images/fx-qq2.png) no-repeat center center !important;
}

.hbox-r .hyy {
	width: 38px;
	height: 16px;
	line-height: 17px;
	text-align: center;
	font-size: 14px;
	display: block;
	float: left;
	border: 1px solid #cccccc;
	color: #999999;
	margin-top: 20px;
	font-family: arial;
}

.hbox-r .hyz {
	width: 90px;
	height: 16px;
	line-height: 17px;
	text-align: center;
	font-size: 14px;
	display: block;
	float: left;
	border: 1px solid #cccccc;
	color: #999999;
	margin-top: 20px;
	font-family: arial;
}

.hbox-r .hyy:hover {
	background: #999999;
	color: #fff;
}

.hbox-r .hyz:hover {
	background: #999999;
	color: #fff;
}

/*通用*/

.tb-img {
	overflow: hidden;
	height: 347px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.tb-nav {
	overflow: hidden;
	background: url(../images/navs.png);
	position: absolute;
	bottom: -200px;
	left: 0px;
	width: 100%;
}

.tb-nav-box {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

body.scrolls .tb-nav-box a {
	line-height: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.tb-nav-box a {
	font-size: 14px;
	line-height: 79px;
	width: 33.3%;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.tb-nav-box a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
	height: 100%;
	background: #5669a0;
}

.tb-nav-box a.last:after {
	display: none;
}

.tb-nav-box a.active {
	background: url(../images/tb-nav.png) no-repeat left top;
}

.main-box {
	overflow: hidden;
	padding-top: 2.1%;
}

.main-nav {
	overflow: hidden;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 28px;
}

.main-nav-l {
	float: left;
	overflow: hidden;
}

.main-nav-l a {
	color: #404040;
	font-size: 12px;
	display: block;
	float: left;
	line-height: 28px;
}

.main-nav-l span {
	display: block;
	float: left;
	width: 7px;
	height: 9px;
	background: url(../images/main-nav.png) no-repeat center center;
	margin: 10px 6px 0px 6px;
}

.main-nav-r {
	overflow: hidden;
	float: right;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	right: 0px;
	margin-right: 0px;
}

.main-nav-r a {
	width: 28px !important;
	height: 28px !important;
	display: block !important;
	float: left !important;
	margin: 0px 0px 0px 18px !important;
	padding: 0px !important;
}

.main-nav-r a.wx {
	background: url(../images/main-wx.png) no-repeat center center !important;
	cursor: pointer;
}

.main-nav-r a.wb {
	background: url(../images/main-wb.png) no-repeat center center !important;
}

.main-nav-r a.qq {
	background: url(../images/main-qq.png) no-repeat center center !important;
}

.main-nav-r.scrolls {
	position: fixed;
	top: 20%;
	margin-top: 0px;
	z-index: 5;
	right: 50% !important;
	margin-right: -570px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.main-nav-r.scrolls a {
	float: none !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
}

.cd-main-content {
	min-height: 100%;
	position: relative;
	z-index: 2;
	padding-top: 100px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fff;
}


/*底部*/

footer {
	overflow: hidden;
	background: #2c2c2c;
}

.footer-box {
	overflow: hidden;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 35px 0px;
}

.footer-box .f-logo {
	overflow: hidden;
	float: left;
	display: block;
	margin-right: 4%;
	margin-top: 7px;
}

.footer-box .f-logo img {
	float: left;
}

.footer-box .f-cop {
	font-size: 12px;
	color: #a6a6a6;
	line-height: 24px;
	float: left;
	margin-right: 3.2%;
	max-width: 200px;
}

.footer-box .f-nava {
	float: left;
	overflow: hidden;
}

.footer-box .f-nava a {
	font-size: 14px;
	line-height: 24px;
	color: #a6a6a6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-box .f-nava a:hover {
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-box .f-nava li {
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 1px;
}

.footer-box .f-lx {
	float: right;
	overflow: hidden;
}

.footer-box .f-ewm {
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	float: left;
	margin-right: 19px;
}

.footer-box .f-ewm img {
	width: 80px;
	height: 80px;
}

.footer-box .f-lxs {
	overflow: hidden;
	float: left;
}

.footer-box .f-lxs .top {
	font-size: 14px;
	line-height: 30px;
	color: #a6a6a6;
	overflow: hidden;
	margin-bottom: 17px;
	margin-top: -9px;
}

.footer-box .f-lxs .top:after {
	width: 20px;
	height: 2px;
	content: '';
	display: block;
	background: #a6a6a6;
}

.footer-box .f-lxs p {
	font-size: 12px;
	line-height: 20px;
	color: #a6a6a6;
}

.wxmask {
	overflow: hidden;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/wxmask.png);
	position: fixed;
	display: none;
}

.wxbox {
	width: 250px;
	height: 250px;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -125px;
	position: fixed;
	z-index: 21;
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.wxbox.active {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.wxbox img {
	width: 100%;
	height: 100%;
	float: left;
}

@media only screen and (min-width: 860px) {
	.sub-menu {
		display: none !important;
	}
	/*	/*
	.hnav4 .sub-menu{
		display: block !important;
	}*/
}

@media only screen and (min-width: 0px) and (max-width: 1080px) {
	.hnav-box {
		top: 5px;
		width: 800px;
		margin-left: -400px;
	}
	.tb-img {
		height: 300px;
		background-size: auto 100%;
	}
	.tran-box,
	.footer-box {
		padding-left: 15px;
		padding-right: 15px;
		max-width: 800px !important;
	}
	.hnav-box li .hnav-a {
		padding: 0px 13px;
	}
	.header-box {
		width: 800px;
		margin-left: -400px;
	}
	header {
		height: 70px;
	}
	body .cd-main-content {
		padding-top: 70px;
	}
	.tb-nav-box a {
		line-height: 60px;
	}
	.main-nav-r.scrolls,
	.main-nav-r {
		position: absolute;
		top: 0px;
		margin-top: 0px;
		z-index: 5;
		right: 10px !important;
		margin-right: 0px;
	}
	.footer-box .f-nava {
		display: none;
	}
	.footer-box .f-nava {
		margin-right: 1.5%;
	}
	.header-box .logo {
		width: 114px;
		height: 50px;
		margin-top: 5px;
	}
	.hfx-box {
		padding: 0px 6px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
	body .cd-main-content,
	body.scrolls .cd-main-content {
		padding-top: 60px;
	}
	header,
	body.scrolls header {
		height: 60px;
	}
	.tb-img {
		height: 160px;
	}
	.header-box .logo {
		margin-left: 10px;
	}
	.header-box {
		width: auto;
		margin: auto;
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		height: auto;
		overflow: inherit;
	}
	.wap-nav {
		overflow: hidden;
		position: absolute;
		background: #fff;
		width: 100%;
		left: 0px;
		top: 60px;
		z-index: 4;
		display: none;
	}
	.cd-img-replace {
		display: inline-block;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.overflow-hidden {
		overflow: hidden;
	}
	.cd-main-content {
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}
	.cd-main-content.lateral-menu-is-open {
		-webkit-transform: translateX(-260px);
		-moz-transform: translateX(-260px);
		-ms-transform: translateX(-260px);
		-o-transform: translateX(-260px);
		transform: translateX(-260px);
	}
	header.lateral-menu-is-open {
		-webkit-transform: translateX(-260px);
		-moz-transform: translateX(-260px);
		-ms-transform: translateX(-260px);
		-o-transform: translateX(-260px);
		transform: translateX(-260px);
	}
	#cd-top-nav {
		position: absolute;
		top: 0;
		right: 120px;
		height: 100%;
		display: none;
	}
	#cd-top-nav ul {
		height: 100%;
		padding-top: 18px;
	}
	#cd-top-nav li {
		display: inline-block;
		margin-right: 1em;
	}
	#cd-top-nav a {
		display: inline-block;
		padding: .5em;
		color: #FFF;
		text-transform: uppercase;
		font-weight: 600;
	}
	#cd-top-nav a.current {
		background-color: #242e30;
	}
	.no-touch #cd-top-nav a:hover {
		color: rgba(255, 255, 255, 0.7);
	}
	#cd-menu-trigger {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 40px;
		width: 40px;
		background-color: #001f7a;
		z-index: 10;
	}
	#cd-menu-trigger .cd-menu-icon {
		display: inline-block;
		position: absolute;
		left: 50%;
		top: 50%;
		bottom: auto;
		right: auto;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		width: 24px;
		height: 3px;
		background-color: #FFF;
	}
	#cd-menu-trigger .cd-menu-icon::before,
	#cd-menu-trigger .cd-menu-icon:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: inherit;
		left: 0;
	}
	#cd-menu-trigger .cd-menu-icon::before {
		bottom: 7px;
	}
	#cd-menu-trigger .cd-menu-icon::after {
		top: 7px;
	}
	#cd-menu-trigger.is-clicked .cd-menu-icon {
		background-color: rgba(255, 255, 255, 0);
	}
	#cd-menu-trigger.is-clicked .cd-menu-icon::before,
	#cd-menu-trigger.is-clicked .cd-menu-icon::after {
		background-color: white;
	}
	#cd-menu-trigger.is-clicked .cd-menu-icon::before {
		bottom: 0;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#cd-menu-trigger.is-clicked .cd-menu-icon::after {
		top: 0;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#cd-lateral-nav {
		position: fixed;
		height: 100%;
		right: 0;
		top: 0;
		visibility: hidden;
		z-index: 1;
		width: 260px;
		background-color: #38a2e9;
		overflow-y: auto;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		-webkit-transition: -webkit-transform .3s 0s, visibility 0s .3s;
		-moz-transition: -moz-transform .3s 0s, visibility 0s .43s;
		transition: transform .3s 0s, visibility 0s .43s;
		-webkit-transform: translateX(80px);
		-moz-transform: translateX(80px);
		-ms-transform: translateX(80px);
		-o-transform: translateX(80px);
		transform: translateX(80px);
		left: auto;
		text-align: left;
	}
	#cd-lateral-nav .cd-navigation {
		margin: 10px 0 16px;
	}
	#cd-lateral-nav .sub-menu {
		display: none;
	}
	#cd-lateral-nav .hnav-a {
		display: block;
		line-height: 3em;
		padding: 0 16px 0 32px;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
	}
	#cd-lateral-nav a.current {
		background-color: #3a4a4d;
		color: #FFF;
	}
	.no-touch #cd-lateral-nav a:hover {
		color: #FFF;
	}
	#cd-lateral-nav.lateral-menu-is-open {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
		-webkit-transition: -webkit-transform .3s 0s, visibility 0s 0s;
		-moz-transition: -moz-transform .3s 0s, visibility 0s 0s;
		transition: transform .3s 0s, visibility 0s 0s;
		-webkit-overflow-scrolling: touch;
	}
	#cd-lateral-nav .item-has-children &gt; a {
		position: relative;
		text-transform: uppercase;
		font-weight: 600;
	}
	#cd-lateral-nav .item-has-children &gt; a::after {
		content: '';
		display: block;
		height: 11px;
		width: 8px;
		position: absolute;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 1em;
		background: url("../images/cd-arrow.svg") no-repeat center center;
		background-size: 8px 11px;
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		transition-property: transform;
		-webkit-transition-duration: 0.2s;
		-moz-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}
	#cd-lateral-nav .item-has-children &gt; a.submenu-open::after {
		-webkit-transform: translateY(-50%) rotate(90deg);
		-moz-transform: translateY(-50%) rotate(90deg);
		-ms-transform: translateY(-50%) rotate(90deg);
		-o-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}
	#cd-lateral-nav .socials {
		padding: 0 32px;
	}
	#cd-lateral-nav .socials:after {
		content: "";
		display: table;
		clear: both;
	}
	.hnav-box li {
		float: none;
		display: block;
		height: auto;
		text-align: left;
	}
	.hnav-box .cd-navigation {
		float: none;
		display: block;
	}
	.hnav-box li.active .hnav-a {
		background: none;
	}
	#cd-menu-trigger.is-clicked {
		background: #38a2e9;
	}
	.hnav-a.submenu-open {
		background: #fff !important;
		color: #38a2e9 !important;
	}
	#cd-lateral-nav .item-has-children .submenu-open::after {
		background: url(../images/cd-arrow2.svg) no-repeat center center;
	}
	.sub-menu {
		overflow: hidden;
	}
	.sub-menu li {
		overflow: hidden;
		border-bottom: 1px solid #fff;
	}
	.sub-menu li a {
		display: block;
		padding: 12px 45px;
		font-size: 14px;
		color: #fff;
		font-weight: 500;
	}
	.hbox-r {
		float: none;
		display: table;
		margin: auto;
	}
	.hbox-r .hyy,
	.hbox-r .hyy:hover {
		border: 1px solid #fff;
		color: #fff;
		background: none;
	}
	.footer-box .f-lx,
	.wap-footer {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 380px;
	}
	.f-logo,
	.footer-box .f-cop {
		display: inline-block;
		float: none;
	}
	.tb-nav,
	.main-nav {
		display: none;
	}
	.footer-box .f-lx {
		margin-bottom: 20px;
	}
	
	.footer-box .f-ewm{
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
	.footer-box .f-logo {
		display: none;
	}
	.footer-box {
		padding: 25px 15px 20px 15px !important;
	}
	.footer-box .f-ewm {
		overflow: hidden;
		text-align: center;
		font-size: 12px;
		color: #fff;
		font-weight: 300;
		float: none;
		margin: 0px auto;
		margin-bottom: 10px;
	}
	.footer-box .f-lxs .top {
		display: none;
	}
	.footer-box .f-lxs {
		float: none;
		text-align: center;
	}
	.footer-box .f-cop {
		font-size: 12px;
		line-height: 20px;
		float: none;
		margin: 0px;
		text-align: center;
		display: block;
		max-width: inherit;
	}
	.footer-box .f-lx {
		margin-bottom: 15px;
	}
}</pre></body></html>